Removing Stop Words

I have a task to do word counting for some articles. The detail of the task is getting the list of id from Elasticsearch, get the content from ArangoDB, then do some text processing to clean the content and counting the word frequency. After did it with Scala, Go, and Python, I found out that … Continue reading Removing Stop Words